net/http.response.status (field)
7 uses
net/http (current package)
server.go#L455: status int // status code passed to WriteHeader
server.go#L1228: w.status = code
server.go#L1371: if w.handlerDone.Load() && !trailers && !hasTE && bodyAllowedForStatus(w.status) && !header.has("Content-Length") && (!isHEAD || len(p) > 0) {
server.go#L1388: if w.wants10KeepAlive && (isHEAD || hasCL || !bodyAllowedForStatus(w.status)) {
server.go#L1490: code := w.status
server.go#L1568: !isProtocolSwitchResponse(w.status, header)
server.go#L1627: return bodyAllowedForStatus(w.status)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |